Fix stack overflow in string creation (Bug#6214).
authorChong Yidong <cyd@stupidchicken.com>
Tue, 18 May 2010 18:05:43 +0000 (14:05 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 18 May 2010 18:05:43 +0000 (14:05 -0400)
commit430e8ca2409f26b337667735b4699e0569acdd52
tree95c241cc7b6bfe705a602daa961611ef4317b663
parentc87fb8d19ebcc1750a2ed2af1a6070dbd47b370a
parentbd4affd74522752664d43730e72e1e05c1403cda
Fix stack overflow in string creation (Bug#6214).
* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
prevent stack overflow if number of arguments is too large
(Bug#6214).
src/ChangeLog